* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px
}

body {
    font: 12px/1.5 tahoma, arial, Microsoft YaHei, sans-serif
}

html {
    scroll-behavior: smooth
}

.w {
    width: 100%;
    min-width: 1400px
}

.sw {
    width: 1400px;
    margin: 0 auto
}

.full-height {
    height: 100%
}

.flex-row-sb {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.flex-row-sa {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.flex-row-center {
    display: flex;
    justify-content: center;
    align-items: center
}

.flex-row-left {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.flex-row-right {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.flex-column-sb {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.flex-column-sa {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.flex-column-top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.flex-column-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.flex-block {
    flex-shrink: 0;
    flex-grow: 0
}

.flex-auto {
    flex-shrink: 1;
    flex-grow: 1
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-align-start {
    align-items: flex-start
}

.flex-align-end {
    align-items: flex-end
}

.fimg {
    overflow: hidden
}

.fimg>img {
    width: 100%
}

.fimg_d {
    overflow: hidden
}

.fimg_d>img {
    height: 100%
}

.back-column-c {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.text-of-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.text-of-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.text-of-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.text-of-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.text-of-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(200deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.rotate {
    transition: .5s;
    transform-origin: 50% 50%;
    animation: rotate 1s linear infinite
}

a {
    display: block
}

a:hover {
    text-decoration: none
}

.headerPc {
    height: 66px;
    background-color: rgba(0, 0, 0, .2);
    position: fixed;
    z-index: 99;
    top: 0px
}

.headerPc .header_c {
    height: 100%
}

.headerPc .header_c .logohre {
    width: 146px
}

.headerPc .header_c .logohre>img {
    width: 100%;
    height: auto
}

.headerPc .header_c .navPc {
    height: 100%
}

.headerPc .header_c .navPc .navlaned {
    width: 120px;
    height: 100%;
    position: relative
}

.headerPc .header_c .navPc .navlaned:hover>a {
    color: #c99d59;
    font-size: 18px;
    font-weight: bold
}

.headerPc .header_c .navPc .navlaned:hover .erji {
    max-height: 500px;
    opacity: 1
}

.headerPc .header_c .navPc .navlaned>a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
    transition: all .5s ease;
    letter-spacing: 1px;
    text-align: center
}

.headerPc .header_c .navPc .navlaned .erji {
    position: absolute;
    width: 100%;
    max-height: 0;
    transition: all .5s ease;
    background-color: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0
}

.headerPc .header_c .navPc .navlaned .erji>a {
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 14px;
    transition: all .5s ease
}

.headerPc .header_c .navPc .navlaned .erji>a:hover {
    background-color: #c99d59
}

.footerPc {
    font-size: 14px;
    height: 60px;
    position: fixed;
    bottom: 0px;
    z-index: 99;
    border-top: 1px solid #ddd;
    color: #fff
}

.footerPc>a {
    color: #fff
}

ul {
    list-style: none
}

a {
    text-decoration: none
}

.right_nav {
    right: 0;
    bottom: 17%;
    position: fixed;
    text-align: left;
    overflow: hidden;
    z-index: 999
}

.right_nav li {
    background: #c99d59;
    margin: 4px 0;
    padding: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    position: relative;
    right: -70px
}

.right_nav li .iconBox {
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.right_nav li img {
    width: 30px;
    height: 30px
}

.right_nav li h4 {
    color: #fff;
    font-size: 14px;
    margin: 2px 0;
    margin-left: 15px
}

.right_nav li:hover {
    background: #cf1322
}

.right_nav li .hideBox {
    display: none;
    position: absolute;
    right: 120px;
    padding: 10px;
    padding-right: 15px;
    top: -10px;
    z-index: 999
}

.right_nav li .hideBox .hb {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px 20px;
    border-top: 2px solid #c99d59;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.right_nav li .hideBox .hb h5 {
    padding: 5px 0;
    border-bottom: 2px solid #ccc;
    color: #c99d59;
    font-size: 16px;
    font-weight: 400;
    display: block;
    white-space: nowrap
}

.right_nav li .hideBox .hb p {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700
}

.right_nav li .hideBox .hb .qqtalk {
    margin-top: 10px
}

.right_nav li .hideBox .hb .qqtalk a {
    display: flex;
    align-items: center
}

.right_nav li .hideBox .hb .qqtalk img {
    width: 25px;
    height: 25px
}

.right_nav li .hideBox .hb .qqtalk p {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    margin-top: -5px;
    margin-left: 5px
}

.right_nav li:nth-child(3) .hideBox img {
    width: 140px;
    height: 140px;
    margin-top: 10px
}

.newsList_top {
    height: 150px
}

.newsList_top>span {
    font-size: 30px;
    color: #c99d59;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 3px
}

.newsList_top .top_eng {
    font-size: 18px;
    font-weight: bold;
    line-height: 50px
}

.newsList_top .lanede {
    width: 60px;
    border-bottom: 3px solid #c99d59
}

.dangqian {
    font-weight: bold;
    color: #c99d59 !important;
    font-size: 18px !important;
}

.page {
    padding-top: 0px;
}

.reportCode {
    display: block;
    position: fixed;
    z-index: 99;
    bottom: 0px;
    left: 0px;
}

.reportCode .reportCode_box:last-child {
    margin-bottom: 0;
}

.reportCode_box {
    display: block;
    width: 178px;
    margin-bottom: 2px;
    border: 1px solid #666;
}

.reportCode_box>img {
    width: 100%;
    height: auto;
}